home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1995 June / MacFormat 25.iso / Shareware City / Developers / OutOfPhase1.1 Source / OutOfPhase Folder / PeepholeOptimizer.h < prev    next >
Text File  |  1994-12-28  |  428b  |  23 lines

  1. /* PeepholeOptimizer.h */
  2.  
  3. #ifndef Included_PeepholeOptimizer_h
  4. #define Included_PeepholeOptimizer_h
  5.  
  6. /* PeepholeOptimizer module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* PcodeObject */
  12. /* Memory */
  13. /* FixedPoint */
  14. /* FloatingPoint */
  15.  
  16. /* forward declarations */
  17. struct PcodeRec;
  18.  
  19. /* this routine does all of the optimization. */
  20. void                                OptimizePcode(struct PcodeRec* ThePcode);
  21.  
  22. #endif
  23.